PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFCanvas Class / beginStructureElement Method / beginStructureElement(String,PDFCosDictionary) Method
The type of the structure element associated with the content enclosed by the marked content sequence.
A property list
In This Topic
    beginStructureElement(String,PDFCosDictionary) Method
    In This Topic
    Begins a marked content sequence associated with the specified type and properties.
    Each beginStructureElement call must be paired with a call.
    After this method is called, a call to is required in order to map the marked content identifier to the structure element that includes it. The is the or object that includes this object.
    Syntax

    Parameters

    structureElementType
    The type of the structure element associated with the content enclosed by the marked content sequence.
    properties
    A property list
    See Also